NevronOpenVision
Nevron.Nov.UI Namespace / NSelection<TItem> Class
Fields Properties Methods Events


NSelection<TItem> Class Members

The following tables list the members exposed by NSelection<TItem>.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Item deselected event  
Public Fieldstatic (Shared in Visual Basic)Reference to the Mode property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NSelection  
Public Fieldstatic (Shared in Visual Basic)Item selected event  
Public Fieldstatic (Shared in Visual Basic)SelectionChanged event  
Public Fieldstatic (Shared in Visual Basic)Multi selection ended event  
Public Fieldstatic (Shared in Visual Basic)Multi selection started event  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets the first selected item. Returns null if no items are selected.  
Public PropertyGets the last selected item. Returns null if no items are selected.  
Public PropertyGets or sets the selection mode.  
Public PropertyGets the number of selected items.  
Public PropertyGets a list that contains the selected items.  
Top
Public Methods
 NameDescription
Public MethodPerforms a click node selection.  
Public MethodOverloaded. Deselects the specified item if it selected  
Public MethodDeselects all currently selected items  
Public MethodDetermines whether the specified item is selected  
Public MethodOverloaded. Appends the specified item to the selection list, without removing the currently selected items.  
Public MethodOverloaded. Makes the specified item the one and only selected item.  
Public MethodOverloaded. Toggles the item selection state.  
Public MethodTries to get the first selected item, that passes the specified filter.  
Public MethodTries to get the last selected item, that passes the specified filter.  
Top
Protected Methods
 NameDescription
Protected MethodGets the default filter for the selection.  
Protected MethodCalled when the specified item has been deselected  
Protected MethodCalled when the selection has ended an updated. Raises the UpdateEnded event.  
Protected MethodCalled when the Mode property has changed.  
Protected MethodCalled when the specified item has been selected. Raises the Selected event  
Protected MethodCalled when the selection starts an update. Raises the UpdateStarted event.  
Top
Public Events
 NameDescription
Public EventEvent, which occurs when an item has been deselected.  
Public EventEvent, which occurs when an item has been selected.  
Public EventEvent, which occurs whenever an item has been selected or deselected or a batch selection change has ended.  
Public EventEvent, which occurs when the selection has been updated.  
Public EventEvent, which occurs when the selection is going to be updated.  
Top
See Also